SecurityRonin is a niche, open-source publisher focused on digital-forensics utilities, best known for BlazeHash, a command-line file-hasher that updates the venerable hashdeep concept for the BLAKE3 era. Designed for incident responders, e-discovery teams, and privacy-minded power users, the tool recursively scans disks or folder trees to generate tamper-evident checksum manifests that can later prove file integrity or detect silent alteration. By default it employs the ultra-fast BLAKE3 algorithm, yet it remains algorithm-agile, allowing SHA-256, SHA-512, or legacy MD5 when case law or client policy demands. Output formats range from tab-separated logs to JSONL, so evidence can be fed directly into SIEM pipelines, Excel timelines, or courtroom reports. Typical workflows include hashing a seized laptop before imaging, verifying untouched user folders after ransomware containment, or creating baseline manifests for long-term cold-storage audits. Because the binary is single-file and portable, investigators can carry it on a USB stick and run it from a live Windows environment without installation, leaving minimal forensic footprint. The publisher’s minimalist GitHub presence reflects a commitment to transparency: all source is public, releases are signed, and dependencies are kept to near-zero to reduce supply-chain risk. SecurityRonin software, including the latest BlazeHash build, is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the newest release and supporting batch installation alongside other utilities.

blazehash

Forensic file hasher — hashdeep for the modern era, BLAKE3 by default

Details